/* Tooltip */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before,
.tooltip .tooltip-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #001eff;
  border-radius: 0.25rem;
}

/* Tooltip placement */
.tooltip.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
  left: calc(50% - 0.4rem);
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  top: -16px;
  /* 箭头底部对齐于.tooltip-arrow容器的顶部 */
  left: 50%;
  /* 水平居中箭头 */
  transform: translateX(-50%) rotate(180deg);
  /* 水平居中箭头 */
  border-width: 0.5rem 0.5rem;
  /* 设置箭头的宽度和高度 */
  border-top-color: #001eff;
  /* 设置箭头的颜色 */
  border-style: solid;
  content: "";
  /* 必须设置content属性 */
}
/* 隐藏tooltip的样式 */
.tooltip.d-none {
  display: none;
}
.wzc {
  margin-top: 5px;
  width: 100%;
  height: 600px;
  background-color: #f4f4f4;
}
.wz_nav {
  position: relative;
  height: 55px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}
/*上下字体导航*/
.wz-nav-w {
  color: #c21616;
  position: absolute;
  right: 20px;
  top: 12.5px;
  height: 30px;
  width: 400px;
  background-color: #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}
.wz-nav-w .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.wz-nav-w .swiper-slide p {
  display: inline-block;
  margin: auto 0;
  letter-spacing: 2px;
}
/*树叶图标css*/
.icon {
  display: inline-block;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.box-shadow {
  box-shadow: 0 0 10px #ccc;
}

.wz-nav-s {
  position: relative;
  display: flex;
  width: 99.5%;
  height: 40px;
  background-color: #ececec;
  border-radius: 5px;
  margin: 5px auto;
}
.wz-nav-item {
  display: flex;
  margin-left: 10px;
}
.wz-nav-s svg {
  margin: auto 5px;
  color: #585858;
}
.wz-nav-s h2 {
  font-size: 20px;
  font-weight: 500;
  margin: auto 0;
  letter-spacing: 1px;
  color: #585858;
}
.wz-nav-s nav {
  display: flex;
  align-items: center;
}
.wz-nav-s nav ul {
  list-style-type: none;
  display: flex;
  margin-left: 20px;
  height: 70%;
  border-radius: 5px;
  background-color: rgb(219, 219, 219);
}
.wz-nav-s nav li {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 10px;
  cursor: default;
}
.wz-nav-s nav .div1,
.div2,
.div3,
.div4,
.div5,
.div6,
.div7 {
  background-color: #4ac4f3;
  color: #ffffff;
}
.div11:active {
  background-color: #4ac4f3;
  color: #ffffff;
}
/* 滑块样式 */
.content0,
.content1,
.content2,
.content3,
.content4,
.content5 {
  margin-top: 20px;
  width: 100%;
  /* 最小高度 */
  min-height: 50px;
  /* overflow-y: auto;滚动条只出现在垂直方向上 */
}
.content-center {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;
}
.content-path {
  align-items: center;
  display: flex;
  margin: 0 12.5px;
  margin-bottom: 12px;
  width: 15%;
  background-color: #ffffff;
  border-radius: 8px;
  height: 70px;
  transition: transform 0.3s ease; /* 添加过渡效果 */
}
.content-path:hover {
  box-shadow: 0 10px 10px #d6d6d6;
  transform: translateY(-8px); /* 向上移动10px */
}
.content-path .content-ten {
  color: #44bded;
  display: flex;
  width: 100%;
  position: relative;
}
.content-path .content-ten img {
  height: 70px;
  width: 70px;
  margin-left: 5px;
}
.content-path .content-ten div {
  position: relative;
  width: 100%;
  margin-left: 10px;
}
.content-path .content-ten h2 {
  position: absolute;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  top: 12px;
}
.content-path .content-ten h4 {
  position: absolute;
  font-size: 10px;
  color: #999999;
  text-decoration: none;
  bottom: 12px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  max-width: 110px; /* 设置最大宽度 */
}
.content-path .content-ten svg {
  position: absolute;
  color: #c8c8c8;
  text-decoration: none;
  top: 10px;
  right: 10px;
  transition: color 0.5s ease;
}
.content-path:hover .content-ten svg {
  color: #ff0000; /* 鼠标悬停时SVG图标的颜色 */
}

/*动画2*/
.section-center {
  position: absolute;
  margin: auto 0;
  z-index: 0;
  left: 20px;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.section-path {
  position: relative;
  width: 160px;
  height: 40px;
  border-radius: 35px;
  text-align: center;
  background-color: #e6e6e6;
  box-shadow: inset -2px 20px 10px 0 rgba(0, 0, 0, 0.06),
    inset -2px 30px 10px 0 rgba(0, 0, 0, 0.04);
  border: 3px groove rgba(225, 225, 225, 0.07);
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.globe {
  position: relative;
  width: 34.73px;
  height: 34.7px;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 2px;
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.65);
  animation: rotateBall 4s ease infinite;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@keyframes rotateBall {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(162px);
  }

  100% {
    transform: translateX(0);
  }
}

.globe:after {
  position: absolute;
  width: 5px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  left: 40px;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 14px 7px rgba(255, 255, 255, 0.1);
}

.globe:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 1;
  box-shadow: inset 0 0 15px #1a252f;
  opacity: 0.4;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.globe .wrapper {
  position: absolute;
  width: 528px;
  height: 528px;
  top: 0;
  left: -462px;
  animation: moveBall 4s ease infinite;
}

@keyframes moveBall {
  0% {
    left: -462px;
  }

  50% {
    left: 0;
  }

  100% {
    left: -462px;
  }
}

.globe .wrapper span {
  position: absolute;
  width: 33px;
  height: 528px;
  top: 0;
  left: 0;
  background-color: #4ac4f3;
  box-shadow: inset 0 0 25px #4ac4f3;
}

.globe .wrapper span:nth-child(2) {
  left: 33px;
  background-color: #4ac4f3;
}

.globe .wrapper span:nth-child(3) {
  left: 66px;
}

.globe .wrapper span:nth-child(4) {
  left: 99px;
  background-color: #4ac4f3;
}

.globe .wrapper span:nth-child(5) {
  left: 132px;
}

.globe .wrapper span:nth-child(6) {
  left: 165px;
  background-color: #4cb1d9;
}

.globe .wrapper span:nth-child(7) {
  left: 198px;
}

.globe .wrapper span:nth-child(8) {
  left: 231px;
  background-color: #53ceff;
}

.globe .wrapper span:nth-child(9) {
  left: 264px;
}

.globe .wrapper span:nth-child(10) {
  left: 297px;
  background-color: #55cfff;
}

.globe .wrapper span:nth-child(11) {
  left: 330px;
}

.globe .wrapper span:nth-child(12) {
  left: 363px;
  background-color: #56cfff;
}

.globe .wrapper span:nth-child(13) {
  left: 396px;
}

.globe .wrapper span:nth-child(14) {
  left: 429px;
  background-color: #45caff;
}

.globe .wrapper span:nth-child(15) {
  left: 462px;
}

.globe .wrapper span:nth-child(16) {
  left: 495px;
  background-color: #4accff;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 70px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #44bded;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
}

#circle {
  position: absolute;
  top: -11px;
  left: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #48bdec !important;
}

.switched #circle {
  left: 35px;
  background: #fff;
}

.section-center p span {
  position: relative;
  padding: 4px 10px;
  margin: 0 5px;
}

.section-center p span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #49c7f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.section-center p span:after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  left: 5px;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.section-center p span:nth-child(2):after {
  opacity: 0;
}
/*上面是动画*/
/*电脑转换成手机*/
@media (max-width: 1350px) {
  .container1 {
    width: 100%;
  }
  .logo-name {
    left: 20px;
  }
  .login-btn {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .wz-nav-w {
    height: 30px;
    width: 200px;
    padding: 0px 20px;
  }
  .wz-nav-w .swiper-slide p {
    font-size: 10px;
  }
  /*页面标签改变*/
  .content-path {
    margin: 0 12.5px;
    margin-bottom: 12px;
  }

  .content-path .content-ten img {
    height: 40px;
    width: 40px;
    margin-left: 5px;
  }
  .content-path .content-ten div {
    position: relative;
    width: 100%;
    margin-left: 10px;
  }
  .content-path .content-ten h2 {
    position: absolute;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    top: 2px;
  }
  .content-path .content-ten h4 {
    position: absolute;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    bottom: 2px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    max-width: 110px; /* 设置最大宽度 */
  }
}
@media (max-width: 640px) {
}
/*小于500px*/
@media (max-width: 500px) {
  .content-path {
    align-items: center;
    display: flex;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 44%;
    background-color: #ffffff;
    border-radius: 8px;
    height: 50px;
    transition: transform 0.3s ease; /* 添加过渡效果 */
  }
  .content-path .content-ten svg {
    position: absolute;
    color: #c8c8c8;
    text-decoration: none;
    top: 2px;
    right: 10px;
    transition: color 0.5s ease;
  }
  .wz-nav-s h2 {
    font-size: 14px;
    font-weight: 500;
  }
  .wz-nav-s nav {
    margin-right: 50px;
  }
  .wz-nav-s nav li {
    font-size: 12px;
  }
  .section-path {
    width: 100px;
    height: 25px;
  }
  .globe {
    position: relative;
    width: 22px;
    height: 22px;
  }
  .foot {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .tooltip {
    display: none !important;
  }
}
